styleproperties: Speed up style_property_lookup()
authorBenjamin Otte <otte@redhat.com>
Mon, 16 May 2011 20:35:21 +0000 (22:35 +0200)
committerBenjamin Otte <otte@redhat.com>
Wed, 18 May 2011 20:17:57 +0000 (22:17 +0200)
commit4c92fb2b5dda6db8c78fc7da0a81722ceda92dbd
tree5d5a1f5e289beddb4519e484582edfa96707c575
parentbeba51524385be2a07d873aa01b0a8991ec9f134
styleproperties: Speed up style_property_lookup()

Use the already existing bsearch version instead of iterating the array
manually.
gtk/gtkstyleproperties.c